home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / regmps.zip / README.TXT next >
Text File  |  1992-10-31  |  1KB  |  37 lines

  1. USE:
  2.  
  3.   reprtreg  [/t | /p]  [/a | path_name <path_name>]
  4.  
  5. Options:
  6.  
  7.   [/t | /p]
  8.   /t specify the output of the registry dump goes to a text file 
  9.   called registry.txt in the local directory.
  10.  
  11.   /p specifies that the output goes to LPT1.
  12.  
  13.   [/a | path_name <path_name>]
  14.   /a specifies that the entire registry should be dumped to the 
  15.   specified output.  Warning this will make a file nearly 700K.
  16.  
  17.   path_name <path_name> indicates to dump one or more specified
  18.   branches, beginning at the path name.  The path name must be a 
  19.   full pathname, prepended by the predefined key it's based off
  20.   of.
  21.  
  22.   i.e. to dump hardware information, and some general user information   
  23. from the registry to the registry.txt file, type the following on the   
  24. command line:
  25.  
  26.   reprtreg   /t   HKEY_LOCAL_MACHINE\HARDWARE    HKEY_USERS\THE_USER
  27.  
  28.   The resulting dump will be prepended with the boot.ini, the config.nt, 
  29.   and the autoexec.nt files.
  30.  
  31. CAUTION:
  32.  
  33.   If you type "reprtreg /p /a" on the command line, you better put
  34.   a couple of reams of paper in the printer, and go home til
  35.   morning.  This is nearly 700Kb of information.
  36.  
  37.